From: Dave Airlie Date: Tue, 8 May 2007 05:32:35 +0000 (+1000) Subject: drm: remove old taskqueue remnant X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~37895^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=bc07dc7f07a2f2d4d0aa4ffb9597413ad9137d44;p=linux-4.9.git drm: remove old taskqueue remnant Signed-off-by: Dave Airlie --- diff --git a/drivers/char/drm/drm_os_linux.h b/drivers/char/drm/drm_os_linux.h index 2908b72daa6e..0fe7b4497927 100644 --- a/drivers/char/drm/drm_os_linux.h +++ b/drivers/char/drm/drm_os_linux.h @@ -70,9 +70,6 @@ static __inline__ int mtrr_del(int reg, unsigned long base, unsigned long size) #endif -/** Task queue handler arguments */ -#define DRM_TASKQUEUE_ARGS void *arg - /** For data going into the kernel through the ioctl argument */ #define DRM_COPY_FROM_USER_IOCTL(arg1, arg2, arg3) \ if ( copy_from_user(&arg1, arg2, arg3) ) \